View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / WaitFor(IEnumerable<Store>) Method

Waits for the provided stores to complete.

This is a public method.

public void WaitFor(IEnumerable<Store> stores)

Parameters

Exceptions

Remarks

The method only blocks for referred stores that are registered and have not yet been executed.

See Also